| lcBlockAddImagePlace | Home |
|
HANDLE lcBlockAddImagePlace ( HANDLE hBlock, int Id, double X, double Y, double Width, double Height, BOOL bBorder ); |
| hBlock | |
| Handle to a block. | |
| Id | |
| Identifier of an image. Use this number in a DrawImage event to identify what image must be drawn. | |
| X Y | |
| Coordinates of image insertion. Left bottom corner of the image will be placed at this coordinate. | |
| Width Height | |
| Image size, in drawing's units. | |
| bBorder | |
| If TRUE, then the image will have a border lines. | |
| Handle to created image reference object or NULL if the function fails. |
| Code sample, lcBlockAddImageRef |